翻訳と辞書
Words near each other
・ Device (Eon album)
・ Device (metal band)
・ Device (pop rock band)
・ Device 6
・ Device Bay
・ Device configuration overlay
・ Device control register
・ Device Description Language
・ Device Description Repository
・ Device driver
・ Device driver synthesis and verification
・ Device ecology
・ Device file
・ Device fingerprint
・ Device Forts
Device independence
・ Device independent file format
・ Device independent pixel
・ Device Keys
・ Device Management Forum
・ Device Manager
・ Device mapper
・ Device Master Record
・ Device paradigm
・ Device register
・ Device Remover
・ Device Software Optimization
・ Device tracking software
・ Device tree
・ Device under test


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Device independence : ウィキペディア英語版
Device independence

Device independence is the process of making a software application be able to function on a wide variety of devices regardless of the local hardware on which the software is used.
== Desktop computing ==
In the early days of computer design and development up until about 1980, software was typically specifically written to operate on the specific hardware where the software was used. The software was intimately linked to the hardware, and could not function independent of it. As computers became less expensive generalized personal computers, the concept of peripheral devices was introduced, where the base hardware could have a variety of different accessory devices from different manufacturers.
At first, software which was to use this accessory hardware was required to be specifically designed to support it. In the time of MS-DOS, game programmers typically had to write custom control software for each type of sound card or video card that might be installed in the user's computer. The need to provide custom support for so many devices consumed a considerable amount of time for software development.
Eventually hardware abstraction layers (HAL) such as DirectX were developed which separate application software from the underlying hardware. The application software does not need to know anything about the hardware on which it was to be used. Instead it discovers the capabilities of the hardware through the standardized abstraction layer, and then use abstracted commands to control the hardware. It is up to the HAL to be able to translate these commands into the specific format required for each device, using device drivers typically provided by the hardware manufacturer.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Device independence」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.